treeview: insert the column button css node in the right place
authorTimm Bäder <mail@baedert.org>
Mon, 24 Apr 2017 19:47:24 +0000 (21:47 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 25 Apr 2017 18:29:02 +0000 (20:29 +0200)
commit9644bea2a5448237074068ba4d666019a19f1c6f
treef8cd6e6f75d0cdf4d086b1dea78deba77230c7aa
parentba363fbb71909f497efb901f8f4bb4e18034ec9e
treeview: insert the column button css node in the right place

Insert the css node before setting a parent widget on the column button,
so the gtk_widget_set_parent won't attempt to add the css node as child
of the parent widget css node.
gtk/gtktreeview.c